home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / wc.xml < prev    next >
Text File  |  2002-09-01  |  1KB  |  40 lines

  1. <search function="wc">
  2.   <name>World Clock</name>
  3.   <description>
  4.     Get the time around the world.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>wc Pittsburgh</td></tr>
  8.           <tr><td>wc PA</td></tr>
  9.            <tr><td>wc Pennsylvania</td></tr>
  10.            <tr><td>wc Paris</td></tr>
  11.       </table>
  12.   </description>
  13.   <contributor>John W. Bairen, Jr.</contributor>
  14.   <email>john_at_bairen_dot_net</email>
  15.   <category>Reference</category>
  16.   <link>http://www.timeanddate.com/worldclock/search.html</link>
  17.   
  18.  <form name="wcf" method="get" action="http://www.timeanddate.com/worldclock/results.html">
  19. <input type="hidden" name="query" value="" />
  20. </form>
  21.  
  22. <script><![CDATA[
  23.   function wc(q)
  24.   {
  25.     if( nullArgs("wc",q) )
  26.       return false;
  27.     else
  28.     {
  29.       document.wcf.query.value = q;
  30.       submitForm(wcf);
  31.     }
  32.   }
  33.   ]]></script>
  34.     <copyright>
  35.     Copyright (c) 2002 David Bau
  36.     Distributed under the terms of the
  37.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  38.   </copyright>
  39. </search>
  40.